get last value in a comma separated list of values


取得用 , 分隔的詞組中的最後一個詞
get last value in a comma separated list of values

abc,efg,hijk,lmn

lmn

reverse(split_part(reverse(member_property.value), ',' , 1))

#postgresql






你可能感興趣的文章

Vue.js 學習旅程Mile 1 – 歡迎介紹篇

Vue.js 學習旅程Mile 1 – 歡迎介紹篇

網路分層簡介

網路分層簡介

Web開發學習筆記16 — OOP(Object Oriented Programming)、Constructor Function、Class

Web開發學習筆記16 — OOP(Object Oriented Programming)、Constructor Function、Class






留言討論